Skip to content

Update distribution PRNGs #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Oct 26, 2016
Merged

Update distribution PRNGs #9

merged 24 commits into from
Oct 26, 2016

Conversation

kgryte
Copy link
Member

@kgryte kgryte commented Oct 26, 2016

This PR

  • Updates the remaining distribution PRNGs
  • Adds support for detecting a Node.js v7+ runtime
  • Fixes documentation across various packages
  • Increases the tolerance when testing for a probability array

kgryte added 24 commits October 25, 2016 10:15
Node.js version 7 updated V8, introducing a breaking change when
accessing the internal class of the `global` object. Previous V8
versions returned `'[object global]'` when calling
`Object#toString()`. More recent versions of V8 now return
`'[object Object]'`. As documented in Node issue 9274, ensuring
consistent return values across Node versions is not a priority.
This commit adds an additional check to support Node versions 7+.
@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. Needs Review A pull request which needs code review. release: Patch Changes require a patch version release. Math Issue or pull request specific to math functionality. labels Oct 26, 2016
@Planeshifter
Copy link
Member

Looks good, merging it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Issue or pull request for enhancing existing functionality. Math Issue or pull request specific to math functionality. Needs Review A pull request which needs code review. release: Patch Changes require a patch version release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants